home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / photo3d / PHOTO3D.exe / 0 / RCDATA / TEDITDIALOG / TEDITDIALOG.txt
Text File  |  1998-06-30  |  1KB  |  69 lines

  1. object EditDialog: TEditDialog
  2.   Left = 143
  3.   Top = 167
  4.   Width = 187
  5.   Height = 150
  6.   Caption = 'EditDialog'
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -10
  10.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 10
  15.   object Label1: TLabel
  16.     Left = 20
  17.     Top = 9
  18.     Width = 40
  19.     Height = 13
  20.     Caption = '          '
  21.     Font.Charset = SHIFTJIS_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 15
  30.     Top = 51
  31.     Width = 146
  32.     Height = 18
  33.     TabOrder = 0
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 15
  37.     Top = 83
  38.     Width = 70
  39.     Height = 24
  40.     Caption = 'OK'
  41.     Default = True
  42.     Font.Charset = SHIFTJIS_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -13
  45.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  46.     Font.Style = []
  47.     ModalResult = 1
  48.     ParentFont = False
  49.     TabOrder = 1
  50.     OnClick = OKBtnClick
  51.   end
  52.   object CancelBtn: TButton
  53.     Left = 91
  54.     Top = 83
  55.     Width = 70
  56.     Height = 24
  57.     Caption = 'Cancel'
  58.     Font.Charset = SHIFTJIS_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -13
  61.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  62.     Font.Style = []
  63.     ModalResult = 2
  64.     ParentFont = False
  65.     TabOrder = 2
  66.     OnClick = CancelBtnClick
  67.   end
  68. end
  69.